'宣言 Public Operator Widening CType( _ ByVal value As ScriptValue(Of T) _ ) As System.String
'使用法
public System.string operator implicit( ScriptValue<T> value )
パラメータ
- value
- 変換するオブジェクト。
戻り値の型
オブジェクトを表す文字列。
'宣言 Public Operator Widening CType( _ ByVal value As ScriptValue(Of T) _ ) As System.String
'使用法
public System.string operator implicit( ScriptValue<T> value )